home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / ilisp / ilisp-aut.el.z / ilisp-aut.el
Encoding:
Text File  |  1998-05-21  |  1.8 KB  |  60 lines

  1. ;;; -*- Mode: Emacs-Lisp -*-
  2.  
  3. ;;; ilisp-aut.el --
  4.  
  5. ;;; This file is part of ILISP.
  6. ;;; Version: 5.8
  7. ;;;
  8. ;;; Copyright (C) 1990, 1991, 1992, 1993 Chris McConnell
  9. ;;;               1993, 1994 Ivan Vasquez
  10. ;;;               1994, 1995, 1996 Marco Antoniotti and Rick Busdiecker
  11. ;;;               1996 Marco Antoniotti and Rick Campbell
  12. ;;;
  13. ;;; Other authors' names for which this Copyright notice also holds
  14. ;;; may appear later in this file.
  15. ;;;
  16. ;;; Send mail to 'ilisp-request@naggum.no' to be included in the
  17. ;;; ILISP mailing list. 'ilisp@naggum.no' is the general ILISP
  18. ;;; mailing list were bugs and improvements are discussed.
  19. ;;;
  20. ;;; ILISP is freely redistributable under the terms found in the file
  21. ;;; COPYING.
  22.  
  23.  
  24.  
  25. ;;;
  26. ;;; ILISP autoloads
  27. ;;;
  28. (autoload 'lisp-directory "ilisp-src" 
  29.       "Select directories to search." t)
  30. (autoload 'next-definition-lisp "ilisp-src"
  31.       "Edit the next definition." t)
  32. (autoload 'edit-definitions-lisp "ilisp-src" 
  33.       "Edit definitions." t)
  34. (autoload 'search-lisp "ilisp-src" 
  35.       "Search for pattern in source files." t)
  36. (autoload 'replace-lisp "ilisp-src" 
  37.       "Relace pattern in source files." t)
  38. (autoload 'who-calls-lisp "ilisp-src"
  39.       "Show callers of a function." t)
  40. (autoload 'next-caller-lisp "ilisp-src" 
  41.       "Edit the next caller of a function." t)
  42. (autoload 'edit-callers-lisp "ilisp-src" 
  43.       "Edit the callers of a function." t)
  44.  
  45. (autoload 'ilisp-bug "ilisp-bug"
  46.       "Send a mail message about a bug." t)
  47.  
  48. ;;;%%Changed definitions
  49. (autoload 'mark-change-lisp "ilisp-bat" 
  50.       "Mark the current defun as changed." t)
  51. (autoload 'list-changes-lisp "ilisp-bat"
  52.       "List the current LISP changes." t)
  53. (autoload 'clear-changes-lisp "ilisp-bat"
  54.       "Clear the list of LISP changes." t)
  55. (autoload 'eval-changes-lisp "ilisp-bat"
  56.       "Evaluate the list of LISP changes." t)
  57. (autoload 'compile-changes-lisp "ilisp-bat"
  58.       "Compile the list of LISP changes." t)
  59.  
  60.